logo

etc_portage

Unnamed repository; edit this file 'description' to name the repository.

00 no bgwhite.patch (383B)


      1 --- nginx-1.12.1/src/http/modules/ngx_http_autoindex_module.c.old	2017-08-12 17:03:38.956602736 +0200
      2 +++ nginx-1.12.1/src/http/modules/ngx_http_autoindex_module.c	2017-08-12 17:04:06.514291803 +0200
      3 @@ -446,7 +446,7 @@
      4  
      5      static u_char  header[] =
      6          "</title></head>" CRLF
      7 -        "<body bgcolor=\"white\">" CRLF
      8 +        "<body>" CRLF
      9          "<h1>Index of "
     10      ;
     11